Einhugur OpenDocument Text Plugin for Xojo

EinhugurODT.Underline Class

A class for handling of underline text styling.

This class is immutable which means you can read from it, and construct new instances of it which have new values but you cannot change values on existing instances.

To assign new strike through setting to style then create new instance of this class.

Object
   Underline

class EinhugurODT.Underline

Constructors

UnderlineConstructor which constructs Underline with basic settings. (single line, same color as the text)
UnderlineConstructor which constructs Underline object from style, type and mode.
UnderlineConstructor which constructs Underline object from style, type , mode and color for the line.

Properties

HasUnderlineColorReturns true if the underline has line color set on it, else false.
ModeReturns the underline mode.
StyleReturns the underline style.
TypeReturns the underline type.
UnderlineColorSets or gets the line color for the underline.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS